@font-face {
    font-family: "Clbr";
    src: url('http://www.tatianamartinnotaria.com/clbr.ttf') format("truetype");
}

@font-face {
    font-family: "Clbr";
    src: url('http://www.tatianamartinnotaria.com/clbrb.ttf') format("truetype");
    font-weight: bold;
}

root { 
    display: block;
}

html,body{
    min-width: 970px;
}

body{
    height: 100%;
    font-family: "Calibri","Clbr","Arial",sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
		background: #00008B url('../imgs/fondobody.jpg') repeat-x left 136px;
    color: #00008B;
    
}

a{
    color: inherit;
    font-weight: normal;
    text-decoration: underline;
}

a:hover, a.activo{
    color: inherit;
    text-decoration: none;
}

a img{
    border: none;
}

#maincontainer{
    width: 100%;
    min-height: 100%;
    position: absolute;
}

#cabecera{
    height: 133px;
    border-bottom: 2px solid #c40073;
    background: #2F4F4F url('../imgs/fondotop.jpg') repeat-x;
    color:#0000CD ;
}

.cabecera{
    width: 900px;
    padding: 20px 6px;
    margin: 0 auto;
}

#piewrapper{
    height: 99px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 2px solid #c40073;
    background: #2F4F4F url('../imgs/fondopie.jpg') repeat-x;
    color: #fff;
    display: block;
}

#pie{
    width: 900px;
    padding: 20px 6px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

#formulariocontacto input, #formulariocontacto textarea{
    width: 270px;
    border: #c40073 1px solid;
}

.validation-advice{
    color: #f33;
    font-size: .7em;
    display: block;
}

.validation-failed{
    border: 2px solid #f33 !important;
}

#cuerpo{
    width: 900px;
    background: #DCDCDC url('../imgs/fondomain.png') repeat-y;
    padding: 10px 6px;
    margin: 0 auto;
    min-height: 100%;
}

.logo{
    float: left;
    margin: 5px 20px;
}

.idiomas{
    float: right;
}

#cabecera hr{
    margin-top: 10px;
    margin-left: 15px;
    clear: right;
    border-top: 1px inset;
    border-bottom: 1px inset;
    border-right: none;
    border-left: none;
}

#cabecera .menu{
    margin-top: 10px;
    width: 550px;
    float: right;
    text-align: center;
    color: #000;
    font-size: 15px;
}

#cabecera .menu a{
    text-decoration: none;
    color: #fff;
}

#cabecera .menu a:hover, #cabecera .menu a.activo{
    text-decoration: none;
    color:#0000CD ;
}

#containerbig{
    background: url('../imgs/fondo_semi.png');
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}

#cerrar{
    position:fixed;
    top: 0;
    right: 0;
}

#anterior{
    position:fixed;
    bottom: 5px;
    left: 5px;
}

#siguiente{
    position:fixed;
    bottom: 5px;
    right: 5px;
}

#containerplay{
    display: block;
    width: 100%;
    text-align:center;
    position: fixed;
    bottom: 0;
}

#anterior img, #siguiente img, #playpausa img, #cerrar img{
    border: 0;
}

.ampliar{
    text-decoration: none;
}

#pie .menu a{
    text-decoration: none;
    color: #fff;
}

#pie .menu a:hover, #pie .menu a.activo{
    text-decoration: none;
    color: #9193fe;
}

#cabecera hr{
    border-top: 1px inset;
    border-bottom: 1px inset;
    border-right: none;
    border-left: none;
}

.rosa{
    color: #000000;
}

.subrayado{
    text-decoration: underline;
}

#slide{
    width: 637px;
    height: 191px;
    background: url('../imgs/fondoslide.jpg') no-repeat;
    padding: 10px 10px;
    overflow: hidden;
    float: left;
}

#slide img{
    position: absolute;
    border: 0;
}

#logocolegio{
    float: right;
}

pre.bonico{
    font-family: inherit;
    white-space: pre-line;
}